home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1999 #2
/
Amiga Plus CD - 1999 - No. 2.iso
/
System-Boost
/
Disk_Tools
/
UnDelete
/
CopyToC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-09
|
291 b
|
14 lines
.
if exists C:Echo
resident C:Echo
endif
echo ""
echo "This script will copy `UnDelete' to your C: directory."
ask "Continue? [y/N]"
if WARN
copy UnDelete C:
echo "Ready."
echo "DO read `UnDelete.doc'; it's small but important!"
echo ""
endif
echo "Select closegadget..."